home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -serious- / programming / arexx / rxlistview / rxlistview.readme < prev    next >
Text File  |  1999-09-06  |  2KB  |  67 lines

  1.  
  2.     rxlistview 1.8 - by Rolf Max Rotvel
  3.  
  4.     DESCRIPTION:
  5.     A listview procedure (Or rather collection of procedures) for your
  6.     Arexx scripts.
  7.  
  8.  
  9.     INSTALLATION
  10.     Include it your Arexx scripts :-). 
  11.  
  12.  
  13.     USAGE
  14.     Have a look at the included example script. For another example look
  15.     for ClipEd in the util/rexx directory on aminet (Current version is
  16.     cliped112.lha)
  17.  
  18.  
  19.     NOTE
  20.     If anyone has a way of detecting the use of ctrl as a qualifier then
  21.     please tell me. I'd really like to use ctrl-cursorup/down to move to the
  22.     top or bottom of the list.
  23.  
  24.  
  25.     CREDITS
  26.     Thanks to:
  27.     Preben Nielsen for showing me how to retrieve font info and mouse
  28.     coodinates.
  29.     Rick Younie's cy 1.1 for inspiration.
  30.     George Stagakis for his bug report.
  31.            
  32.  
  33.     COPYRIGHT
  34.     No copyright. Do whatever you want with this.    
  35.  
  36.  
  37.     DISCLAIMER
  38.     It's your fault :-) 
  39.  
  40.  
  41.     AUTHOR
  42.     Please send any comments or suggestions to me.
  43.     Email: rolfr@post4.tele.dk
  44.     Fidonet: 2:238/188.7
  45.     
  46.  
  47.     HISTORY:
  48.     1.4 - First release
  49.     1.5 - Moved all initialization stuff into seperate procedure called
  50.           only the first time listview is opened.
  51.           Added highlighting of selected line.
  52.           Various bugfixes and optimizations.
  53.     1.6 - Listview rolls over now.
  54.           Added support for inline keys.
  55.           Added support for Help and Delete keys.
  56.           Listview wasn't updated properly when adding entries.
  57.           Listview can handle empty lists now.
  58.           Many other internal changes.
  59.           Moved developer stuff to demo script.
  60.     1.7 - Fixed update error when 'rolling over' to the top.
  61.           Fixed stupid error in testscript (TESTSTEM.16...)
  62.     1.8 - Window is not automatically closed after selection. Ie: it only
  63.           needs to be closed when there's changes in the list.
  64.           A little optimization.
  65.           Added error exit if listview window can't be opened.
  66.           Fixed another error in testscript.
  67.